
New features in 1.16.9
  -Possibility to create PNG-images. Transparent color for trend and LCD PNG-images can be set in setup.
   For analog meters the color is set in AnalogConfigurator.
	 

Bug fixes in 1.16.9
   -None
    
 

-------------------------------------------------------------------------------------------------------

New features in 1.15.9
  -None, but TDB_mysql.dll supports now mySQL 4.1
	 

Bug fixes in 1.15.9
   -Leftclick on trend showed incorrect temperature with group trends. This bug was reported
    by Lars-ke Liljenkvist
    
 

-------------------------------------------------------------------------------------------------------

New features in 1.15.8
  -Trend autoscaling is better
  -Leftclick on trend will show temperature, time and date
  -New "un-documented" feature: GridSensitivity (Type=DWORD, value=1,2,3,4 or 5) in
   HKEY_LOCAL_MACHINE\Software\TSa\Temp\General defines how easily trends will change 
   the grid's division. 
  -New "un-documented" feature: DisableArrangeButton (Type=DWORD, value=1) in
   HKEY_LOCAL_MACHINE\Software\TSa\Temp\General will hide 'Arrange windows' -button
  -Old childWindows are opened 10 seconds after main window is opened.
  -Some adjustments in tsup.dll
	 

Bug fixes in 1.15.8
   -None

-------------------------------------------------------------------------------------------------------


New features in 1.14.8
  -None
	 

Bug fixes in 1.14.8
   -If error correction was used with DS18B20 then the temperature was 16 * actual temperature.
    Thanks to Kamil Kozera for pointing that out.

-------------------------------------------------------------------------------------------------------

New features in 1.14.7
  -Reading and writing of temperatures and alarms extracted to a TDB.DLL. 
   Two different TDB's are included, one that uses the traditional file database 
   and another that uses mySQL database. 

   By default a flatfile database is used. If you want to use mySQL database copy 
   TDB_mySQL.DLL to TDB.DLL, check TDB.INI and create the thermometer 
   database to mySQL, see schema.txt. Start the thermometer. 
   Check SQLLOG.TXT to see that everything goes fine...

   The source code for mySQL TDB is included and is under GPL. 
   It is possible that multiple Lmpmittari-machines writes to a same mySQL 
   database. However, it is not possible that one machine could use anothers data, 
   at least not yet.
  -LCD's now remeber if Fahrenheit was used. Sorry, I forgot this...
  -Support for DS9490 (DS1490) USB adapter. I have never seen one
   but I heard that it works. 
  -Saveing of windows position information changed so that it will not loose 
   the information if the PC or software crashes. This requires that every plugin 
   must be modified so that the line
   pub.RegDeleteKey('Windows',IntToStr(indx)); 
   is removed from the GetPosInfo procedure. 
	 


Bug fixes in 1.14.7
   -None

-------------------------------------------------------------------------------------------------------

New features in 1.13.7
  -Possibility to hide the Lmpmittari to systray.
   If the main window is minimized with CTRL key pressed simultaneously, 
   the window will be hidden instead of minimizing. When the window is 
   minimized, right-click the icon in systray and a popup menu will appear 
   showing all sensors in the system. From the menu, one sensor can be 
   selected to be a hint text. 
   Double clicking the icon will bring the main window visible again.
  -In alarm commands, it is possible to use %s and %f parameters. 
   These will be replaced with sensor name and temperature, e.g. command 
   'command.com /C MyAlarms.bat "%s" %f' will be like 
   command.com /C MyAlarms.bat "sensor name" 20.12

Bug fixes in 1.13.7
	-None

--------------------------------------------------------------------------------------------------------

New features in 1.12.7
  -Command and WAV-file execution on temperature going back to normal zone. 
  -Five user defineable lengths and three user defineable timegrids in trends. 
   See language files, section [Trend] for details.
  -Setup once again improved

Bug fixes in 1.12.7
  -None

--------------------------------------------------------------------------------------------------------

New features in 1.11.7
  -Possibility to create JPEG or BMP images. 	 

Bug fixes in 1.11.7
  -None

--------------------------------------------------------------------------------------------------------

New features in 1.10.7
  -None	 

Bug fixes in 1.10.7
  -External power did not work with DS18S20. 

--------------------------------------------------------------------------------------------------------

New features in 1.10.6
  -Plugins. Create a plugin dll with Delphi and put the dll to Plugins 
   directory. See plugins.txt and sample source codes for details. 
   Maximum number of plugins in Win9x is 64 because of limitation in number of 
   Thread Local Storage-Slots (TLS-Slots). 
  -Custom forms. 
   In fact, this is a sample plugin. Possibility to create own displays with a
   background image and labels containing temperature information.
   See sample initialisation file (sample.cuf) for details.
  -Setup extracted from main executable to the tsup.dll 
  -Possibility to select whether sensor's measurement data will be saved onto 
   disk or not.
  -Polish and French added to the installation packet
	 

Bug fixes in 1.10.6
  -None

--------------------------------------------------------------------------------------------------------

New features in 1.9.6
  -Error correction parameters as shown in Dallas/Maxim Engineering Journal, 
   vol 4. See Design Showcase "Reducing error in bandgap-based temperature 
   sensors with curve fitting" or "App Note 208: Curve Fitting the Error of 
   a Bandgap-Based Digital Temperature Sensor" at 
   http://www.maxim-ic.com/appnotes10.cfm/ac_pk/24. 
   See also the attached excel file.
  -Support for custom font in LCD displays. 
   If there exists a file "custom.fnt" in a program directory, that will be used.
   You can create the file with FontEd.exe, created by Peter Czidlina. 
   See the sample custom.fnt that is 9x12 pixels font. 
  -Program saves window sizes and positions.
  -Possibility to control the Strong pull-up time i.e. time used for chargeing 
   the sensor before temperature conversion takes place. Normally this time is 
   1000 ms. Minimum accepted pull-up time is 500 ms. Has no effect if sensor 
   is using external power supply.
  -Several minor changes, e.g. the default slope end limit changed from 
   0.5 to 0.1 C. 


Bug fixes in 1.9.6
  -None

--------------------------------------------------------------------------------------------------------

New features in 1.8.6

  -Slope detection with sound notification and external command
  -Better setup. It's possible to rename and delete sensors
  -Only one instance can run at a time
  -Support for DS18B20
  -Program tries to guess the type of sensor (DS1820 / DS18S20)
   If this fails someday, insert DontGuessSubType (Type=DWORD, value=1) to 
   HKEY_LOCAL_MACHINE\Software\TSa\Temp\General
  -Control number of decimals in LCD display by setting value to 
   LCDDecimals (Type DWORD, value 0, 1 or 2) to
   HKEY_LOCAL_MACHINE\Software\TSa\Temp\General
  -Desktop background can be set by a file TAUSTA.BMP in a program directory
  -Supported languages are:
   Suomi
   English
   Galician
   Dutch
   Spanish
   Norwegian
   Germany
   Lithuanian
   Russian

Bug fixes
  -1.7.4 ran only from 2 days to 2 weeks before crashing. 
   This should run much longer... 
  -If there were more than 9 sensors, names were incorrectly fetched from
   registry. 

--------------------------------------------------------------------------------------------------------
